public IEnumerable<NodeType> GetConnectedNodesForNode( NodeType nodedata, Predicate<PortKey> portpred )
Parameters
- nodedata
- portpred
- a predicate to be applied to each port parameter; if non-null, this predicate must be true for the node to be included in the return sequence
Return Value
an IEnumerable